<?php $__env->startSection('title'); ?><?php echo $title; ?><?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?> 
     	
<!-- Col MD -->
<div class="col-md-12">	
<?php if( $data->count() != 0 ): ?>
		
	<?php echo $__env->make('includes.nav-pills', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<?php endif; ?>
	
	<?php echo $__env->make('includes.shots', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
	
	<?php if( $data->count() == 0 ): ?>
	
	<div class="btn-block text-center">
	    	<i class="icon-quill ico-no-result"></i>
	    </div>
	    
	<div class="no-following-yet">
			<h2 class="margin-top-none text-center">- <?php echo Lang::get('misc.no_results_found'); ?> -</h2>
		</div>
	    	
	<?php endif; ?>
	
</div><!-- /COL MD -->

<?php $__env->stopSection(); ?>



<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>